projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f2eaf
)
entry: Undo ABI breakage from addition of insert_emoji
author
Jan Alexander Steffens (heftig)
<jan.steffens@gmail.com>
Sun, 26 Nov 2017 21:32:36 +0000
(22:32 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 26 Nov 2017 23:24:51 +0000
(18:24 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=790862
gtk/gtkentry.h
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.h
b/gtk/gtkentry.h
index 073e703d0deea6a6836986e9b4bea370749fc4f2..0372752f2963c940e58f613b4ede9d694a74f482 100644
(file)
--- a/
gtk/gtkentry.h
+++ b/
gtk/gtkentry.h
@@
-146,7
+146,6
@@
struct _GtkEntryClass
void (* copy_clipboard) (GtkEntry *entry);
void (* paste_clipboard) (GtkEntry *entry);
void (* toggle_overwrite) (GtkEntry *entry);
- void (* insert_emoji) (GtkEntry *entry);
/* hooks to add other objects beside the entry (like in GtkSpinButton) */
void (* get_text_area_size) (GtkEntry *entry,
@@
-159,6
+158,7
@@
struct _GtkEntryClass
gint *y,
gint *width,
gint *height);
+ void (* insert_emoji) (GtkEntry *entry);
/*< private >*/